home *** CD-ROM | disk | FTP | other *** search
- global gNext
-
- on mouseDown
- puppetSound("ReturnB")
- puppetSprite(13, 1)
- set the castNum of sprite 13 to 34
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 13 to 35
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 13 to 34
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 13 to 35
- updateStage()
- puppetSprite(13, 0)
- set gNext to "none fade"
- go("more final")
- end
-